To Install/Use Spy Speed Script:

*** Note *** This readme assumes that your TFC/TF 1.5 is installed in C:\Half-Life\tfc. If yours is installed on a different hard drive/partition and/or different directory, please take the
change into account.

*** If after reading this file you are still unclear, please refer to the following links
about Half-Life/TFC scripting before you ask for help. If I could teach myself, so can you.
Besides, a better understanding of how Half-Life works leads to a better understading of how
to play. 

	http://planethalflife.com/thebind/     (good introduction)
	http://tfc.pcgame.com/console/index.html  (good intro to scripts and aliases)
	http://half-life.pcgame.com/console/all.html  (the complete list of all Half-Life commands)


INSTALLATION
------------

1. Make backups of all your cfg files! Copy autoexec.cfg, config.cfg, spy.cfg, soldier.cfg,
  sniper.cfg, etc to a different directory (like Half-life\tfc\temp)
2. In Notepad or some other text editor/word processor open \tfc\spy.cfg.
3. Copy //SPEED TOGGLE and //Disguise Speeds scripts from vgui_readme_first.txt and paste them
  into \tfc\spy.cfg.
4. Copy and paste the following lines into spy.cfg:

//SPEED TOGGLE NOTE!
//When using the disguise speed script, MAKE SURE YOU SELECT SCOUT or SPY SPEED BEFORE YOU
//CHANGE (not disguise) TO A DIFFERENT CLASS or LEAVE THE SERVER
//cl_forwardspeed "400" is the default speed. If you accidentally quit a game while using
//a disguise speed, you must restore your cl_forwardspeed to 400. 
//To do this, open \tfc\config.cfg, find the line for cl_forwardspeed (somewhere near the bottom)
//and change the number back to "400"

//SPEED TOGGLE
//Can switch between spy movement speed and disguised class speed anytime
alias spyspeed "cl_forwardspeed 500; developer 1; echo SPY SPEED!; developer 0; alias sspeed disgspeed"
alias disgspeed "dgspeed; alias sspeed spyspeed"
alias sspeed spyspeed

//Disguise Speeds
//Speeds can be selected within VGUI
alias sctsp "wait; cl_forwardspeed 500; wait; developer 1; echo SCOUT SPEED; developer 0; alias dgspeed sctsp"
alias hwgsp "wait; cl_forwardspeed 220; wait; developer 1; echo HWguy SPEED; developer 0; alias dgspeed hwgsp"
alias solsp "wait; cl_forwardspeed 230; wait; developer 1; echo SOLDIER SPEED; developer 0; alias dgspeed solsp"
alias engsp "wait; cl_forwardspeed 310; wait; developer 1; echo ENGINEER SPEED; developer 0; alias dgspeed engsp"
alias demsp "wait; cl_forwardspeed 270; wait; developer 1; echo DEMOMAN SPEED; developer 0; alias dgspeed demsp"
alias snpsp "wait; cl_forwardspeed 325; wait; developer 1; echo SNIPER SPEED; developer 0; alias dgspeed snpsp"
alias medsp "wait; cl_forwardspeed 325; wait; developer 1; echo MEDIC SPEED; developer 0; alias dgspeed medsp"
alias pyrsp ""wait; cl_forwardspeed 325; wait; developer 1; echo PYRO SPEED; developer 0; alias dgspeed pyrsp"

developer 1
echo Loading Spy Script by [ez69]Ijon_Tichy
echo http://ez69online.com
developer 0

5. Save and close \tfc\spy.cfg
6. Make a bind for SPEED TOGGLE BUTTON. Open in Notepad \tfc\config.cfg. "bind" "x" "+jump" means that button x on 
   keyboard will be the jump button. You need a button that when pressed will switch between Spy's normal speed
   (Spy Speed) and the selected Disguise Speed. Find a button that will be convenient for you and look near the
   top of the contents of the config.cfg file. All of the buttons assigned to commands are listed there
   more or less in alphabetical order. Either:
	6a. find a button that is not listed in config.cfg (therefore not being used by your control 
		setup). Example: there is no bind "b" line in config.cfg. Add the the following line
		(in alphabetical order if possible):

		bind "b" "sspeed"
	
	6b. find a button listed to a command you NEVER use. Example: bind "d" "sizedown". Change to:

		bind "d" "sspeed"

7. Save and Close the tfc\config.cfg
8. Install the VGUI (commandmenu.txt) according to the vgui_readme_first.txt file included in the zip file.


Spy Speed Use During Game
-------------------------

1. select spy as playing class (duh)
2. use VGUI to select Disguise
3. use VGUI to select Disguise SPEED
4. You should see what Speed you are using in the upper left hand corner of your screen when you change to 
   selected speed (ie HWguy SPEED).
5. You can switch back and forth between normal SPY SPEED and DISGUISE SPEED by pressing the SPEED TOGGLE BUTTON. Again
   you should see what Speed you are using in the upper left hand corner of your screen when you change.
6. You can use any Disguise Speed when under any disguise. However a spy really can't move as fast as a scout.
7. REMEMBER, before you change classes (stop playing Spy) and/or leave the server/game, SWITCH BACK TO SPY SPEED!
8. That's it. Good luck!